[IA64] Clean up VTi memory initialization logic
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Wed, 10 Jan 2007 15:00:50 +0000 (08:00 -0700)
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Wed, 10 Jan 2007 15:00:50 +0000 (08:00 -0700)
commit6ed3af384fe8be0982eaf8ab841b41ed578761a7
tree3c54d994fa6e5834ae0eda46c83c53230e589917
parentdefc7a67a1b3a84411a0b145191cf7f3b83ad68d
[IA64] Clean up VTi memory initialization logic

This patch makes the logic in setup_guest() more clear.
domain_translate_gpfn_list() is now gone, so we can make
memory initializtion code simple.
Xend passes memory size which is a sum of normal memory
size and GFW memory to QEMU and Libxc. This patch fixes
this issue.

Signed-off-by: Zhang Xin <xing.z.zhang@intel.com>
tools/ioemu/vl.c
tools/libxc/ia64/xc_ia64_hvm_build.c
tools/python/xen/xend/image.py